home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 742 b | 32 lines | [TEXT/GEOL] |
- Item 5223068 27-Sept-88 23:43
-
- From: D1002 PEMD Ed Group, Dev, E Rosenberg
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Size resource
-
- Hi Everyone,
-
- Below is the size resource from the DrawShapes 1.1.1 demo. I'm not at all sure
- how to set it for our application and would very much appreciate some guidance.
- Partiularly, I don't know what the numbers at the end of the resouces refer to.
-
- Thanks,
- Ernie Rosenberg
-
- resource 'SIZE' (-1) {
- saveScreen,
- acceptSuspendResumeEvents,
- doOwnActivate,
- #ifdef Debugging
- (352-32) * 1024,
- (252-32) * 1024
- #else
- (255-32) * 1024,
- (158-32) * 1024
- #endif
- };
-
-
-